
:root{
--neon:#38BFFF;
--bg1:#00041C;
--bg2:#020617;
}

body{
margin:0;
font-family:Segoe UI,sans-serif;
background:linear-gradient(135deg,var(--bg1),var(--bg2));
}

#intro_top{
min-height:100vh;
width:100%;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
background:url('/control/login/Magic-Hit-Radio Neon 2026 Login/testbild.png') no-repeat center center;
background-size:cover;
background-attachment:fixed;
}
.hero-card{
    width:min(1000px,95%);
    padding:20px;
    border-radius:24px;
    background:rgba(2,6,23,.82);
    border: 2px solid #0a84ff;
    text-align:center;
    box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    
        
        
}
.logo-neon{
max-width:250px;
width:100%;
height:auto;
display:block;
margin:0 auto;
}
@media(max-width:768px){

.logo-neon{
max-width:260px;
}

}

@media(max-width:480px){

.logo-neon{
max-width:180px;
}

}
h1{
color:#fff;
}

.welcome-text{
color:#dffcff;
font-size:18px;
}

.online-box{

    display:inline-block;
    padding:12px 20px;
    margin:20px 0;

    border:2px solid #0a84ff;
    border-radius:14px;

    color:cyan;
text-shadow:1px 1px 3px #000000;
        
    font-weight:700;
    font-size:16px;

    background:rgba(3,16,38,0.85);

    box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    
    animation:onlineGlow 2s infinite alternate;
}
.menu-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
margin:25px 0;
}

.menu-grid a{
display:flex;
align-items:center;
justify-content:center;
height:48px;
padding:0 10px;
font-size:14px;
font-weight:800;
text-align:center;
border-radius:10px;

}
.menu-grid a{
width:250px;
height:50px;

display:flex;
align-items:center;
justify-content:center;

font-size:14px;
font-weight:700;

text-decoration:none;
border-radius:10px;
background:#031026;
border:1px solid var(--neon);
color:white;
}
.button-area{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.intro_login_btn,
.intro_guest_btn{
    padding:14px 24px;
    border: 2px solid #0a84ff;
    box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    background:#031026;
    color:cyan;
text-shadow:
        1px 1px 3px rgba(0,0,0,0.8);
    border-radius:14px;
    cursor:pointer;
    font-size:16px;
    font-family: 'Orbitron', Arial, sans-serif;
    font-weight:600;
    transition:all .3s ease;
    min-width:220px;
}

.intro_login_btn:hover,
.intro_guest_btn:hover{
    box-shadow:0 0 15px rgba(56,191,255,.8);
    transform:translateY(-2px);
}
.grusslogin{
    display:inline-block;
    margin-top:15px;
    padding:12px 20px;

    color:cyan;
    font-size:16px;
    font-weight:700;
    text-align:center;
    background:rgba(3,16,38,0.85);
    border: 2px solid #0a84ff;
    border-radius:15px;
    box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    text-shadow:0 0 5px #000000;
        
}
@media(max-width:768px){
.hero-card{padding:20px;}
.button-area{
flex-direction:column;
align-items:center;
}
.intro_login_btn,
.intro_guest_btn{
width:100%;
max-width:320px;
}
}

 #intro_lang {
    position: absolute;
    top: 20px;
    right: 100px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
}

/* Mobile Optimierung */
@media screen and (max-width: 768px) {
    #intro_lang {
        top: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
    }

    #intro_lang img {
        width: 100%;
        height: auto;   }
}
}

.intro_lang{
width:100%;
height:auto;
border-radius:50%;
}

#login_all{
width:94%;
max-width:800px;
position:relative;
}
.text_xsmall{
    margin-top:20px;
    display:block;

}

.bclick{
cursor:pointer;
}




body,
html{
margin:0;
padding:0;
min-height:100%;
background:url('https://commnuity.magic-hit-radio.de/chat_bild.jpg') no-repeat center center fixed;
background-size:cover;
}

#wrap,
#content,
.back_login{
background:transparent !important;
}

.page_footer,
#page_footer,
.footer,
.page_wrap{
background:transparent !important;
}



.register-box{
    text-align:center;
    margin-top:20px;
}

.register_btn{
    padding:14px 24px;
    border: 2px solid #0a84ff;
    background:#031026;
    color:cyan;
    font-family: 'Orbitron', Arial, sans-serif;
    text-shadow:1px 1px 3px rgba(0,0,0,0.8);
    box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    border-radius:14px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    transition:all .3s ease;
    min-width:220px;
}

.register_btn:hover{
    box-shadow:0 0 15px rgba(56,191,255,.8);
    transform:translateY(-2px);
}

@media(max-width:768px){
    .register_btn{
        width:100%;
        max-width:320px;
    }
}


h1{
color:#fff;
font-size:20px;
font-weight:800;
margin-bottom:10px;
text-align:center;
}
@media(max-width:768px){
h1{
font-size:30px;
}
}

@media(max-width:480px){
h1{
font-size:24px;
line-height:1.3;
}



}

.nav-dropdown{
    position:relative;
    display:inline-block;
    justify-content:center;
    margin-bottom:20px;

}

.nav-toggle{
    padding:12px 24px;
    border: 2px solid #0a84ff;
    background:#031026;
    box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    color:#cyan;
    border-radius:10px;
    cursor:pointer;
    font-weight:700;
}

.nav-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:250px;
    z-index:99999;
}
.nav-menu a{
   
    display:block;
    padding:14px;

    color:cyan;          /* Schriftfarbe */
    font-family:'Orbitron', Arial, sans-serif; /* Schriftart */
    font-size:14px;         /* Schriftgröße */
    font-weight:600;        /* Schriftdicke */
    box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    text-decoration:none;
    text-shadow: 0 0 3px blue;
    letter-spacing:1px;
    border-radius: 5px;
    background-color: #000000;
    border-radius: 10px;
    border: 2px solid #0a84ff;
    
    border-bottom:1px solid cyan;
    transition:all .3s ease;
}

.nav-menu a:last-child{
    border-bottom:none;
}

.nav-menu a:hover{
    background:#0a84ff; /* Hintergrund der Links */
}

.nav-dropdown:hover .nav-menu{
    display:block;
}
.menu-icon{
    font-size:18px; /* Größe der Symbole */
    margin-right:10px;
    vertical-align:middle;
}
.footer-menu{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;

    margin-top:5px; /* vorher z.B. 25px */
}


.footer-btn{
    padding:12px 18px;
    background:#031026;
    border:1px solid var(--neon);
    border-radius:10px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
 margin-top:25px; /* vorher z.B. 25px */
    cursor:pointer;
    transition:.3s;
}

.footer-btn:hover{
    box-shadow:0 0 12px rgba(56,191,255,.7);
    transform:translateY(-2px);
}

.footer-copy{

   display:inline-block;
    margin:20px auto;
    padding:10px 20px;

    background:rgba(3,16,38,0.85);

    border: 2px solid #0a84ff;
    border-radius:20px;

    color:#7fdcff;
    font-size:13px;
    font-weight:700;
    text-align:center;

    text-shadow:0 0 5px #000000;
    box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    margin-top:15px;
    text-align:center;
    color:#7fdcff;
    font-size:14px;
}


.footer-copy:hover{
    color:#FFD700;

    border-color:#FFA500;

    text-shadow:
        0 0 5px #FFD700,
        0 0 10px #FFA500,
        0 0 20px #FF8C00;

    box-shadow:
        0 0 10px #FFD700,
        0 0 20px #FFA500,
        0 0 35px #FF8C00;

    transform:translateY(-2px);
}
/* Mobil optimiert */
@media(max-width:768px){

    .footer-menu{
        flex-direction:column;
        align-items:center;
    }

    .footer-btn{
        width:100%;
        max-width:320px;
        text-align:center;
    }

}


/* Mobile Optimierung */
@media (max-width:768px){

    .hero-card{
        width:95%;
        padding:20px 15px;
        border-radius:18px;
        margin:15px auto;
    }

    .online-box{
        width:100%;
        box-sizing:border-box;
    }

    .menu-grid{
        display:flex;
        justify-content:center;
    }

    .nav-toggle{
        width:100%;
        max-width:320px;
    }

    .register_btn,
    .intro_login_btn,
    .intro_guest_btn,
    .footer-btn{
        width:100%;
        max-width:320px;
        box-sizing:border-box;
   .welcome-title{
    color:#fff;
    font-size:32px;
    font-weight:800;
    line-height:1.3;
    text-align:center;

    text-shadow:
        0 0 5px #38BFFF,
        0 0 10px #38BFFF;
}

@media (max-width:768px){

    .welcome-title{
        font-size:14px;
        line-height:1.4;
        padding:0 10px;
    }

    .welcome-text{
        font-size:16px;
        line-height:1.6;
        padding:0 15px;
    }

}
@media (max-width:480px){

    .hero-card{
        width:98%;
        padding:15px 10px;
        border-radius:15px;
    }

    .online-box{
        padding:10px;
        font-size:14px;
    }

    .welcome-text{
        font-size:14px;
    }

    .grusslogin{
        font-size:12px;
    }
}


.copyright-link{
    color:#38BFFF;
    text-decoration:none;
    font-weight:800;

    text-shadow:
        0 0 5px #38BFFF,
        0 0 10px #38BFFF;
}

.copyright-link:hover{
    color:#ffffff;

    text-shadow:
        0 0 5px #ffffff,
        0 0 10px #38BFFF,
        0 0 20px #38BFFF;
}

.grusslogin{
    text-align:center;
    color:#7fdcff;
    font-size:16px;
    font-weight:700;
    line-height:1.6;
    padding:10px 15px;
    margin-top:15px;

    text-shadow:
        0 0 5px #38BFFF,
        0 0 10px #38BFFF;
}

@media (max-width:768px){

    .grusslogin{
        font-size:18px;
        padding:10px;
    }

}

@media (max-width:480px){

    .grusslogin{
        font-size:18px;
        line-height:1.5;
    }

}


.text_xsmall{
    margin-top:0px;
    display:block;
}




.neon-box{
    display:inline-block;
    padding:15px 25px;
    border:3px solid #00bfff;
    border-radius:15px;
    background:rgba(0,0,0,0.7);
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    line-height:1.8;
    
    /* Neon-Effekt */
      box-shadow: 0 0 8px #0a84ff, 0 0 15px rgba(10, 132, 255, 0.6);
    text-shadow:
        0 0 5px #00bfff,
        0 0 10px #00bfff;
}